From: kaf24@freefall.cl.cam.ac.uk Date: Fri, 24 Sep 2004 09:33:15 +0000 (+0000) Subject: bitkeeper revision 1.1159.86.1 (4153e9dbUQ1rbYNwGi2-WXMg4Pqu8A) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~17400^2~574^2~3^2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=0df4373a510536a0fbea4f76761b0a9fbdd19bcd;p=xen.git bitkeeper revision 1.1159.86.1 (4153e9dbUQ1rbYNwGi2-WXMg4Pqu8A) Put back the bigger slab cache sizes. --- diff --git a/xen/common/slab.c b/xen/common/slab.c index 172b7ee117..3e91a6a058 100644 --- a/xen/common/slab.c +++ b/xen/common/slab.c @@ -321,6 +321,8 @@ static cache_sizes_t cache_sizes[] = { { 4096, NULL}, { 8192, NULL}, { 16384, NULL}, + { 32768, NULL}, + { 65536, NULL}, { 0, NULL} };